Add optional Ponte Android remote alpha package - #316
Open
LucasOl1337 wants to merge 1 commit into
Open
Conversation
LucasOl1337
marked this pull request as ready for review
September 6, 2026 12:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
ponte-remoteas an optional local package for Ponte, an experimental Android remote for Omarchy over Tailscale. This is the package dependency for the draft of optional Omarchy install/remove commands.The PKGBUILD pins the published
v0.1.0-alpha.1source archive with its SHA-256 and runs the Node source suite incheck(). Packaging installs only the server, web client, CLI and documentation/license. There is no install hook, automatic service activation, APK, private configuration or certificate.ponte setupandponte installremain explicit user actions after package installation.Built locally from the published source archive; source integrity and all 51 Node tests passed. This used
makepkg --nodepsbecause Node 26.7.0 is provided by mise rather than a pacman-managed Node package; the other declared dependencies were present. The 24 payload files, ownership, permissions and extracted CLI were checked without installing the package into the active desktop. CLI setup/install/uninstall used temporary XDG state and service-command stubs. A clean chroot build, clean-session installation and physical Android recording verification remain open, so this is a draft for packaging and scope review.Release and limitations · Evidence